The Source Control Integration API > Enablers > itemInfo struct

 

itemInfo struct

name

char[256]

name of file or folder

isFolder

bool

true if folder, false if file

month

int

month component of mod date 1-12

day

int

day component of mod date 1-31

year

int

year component of mod date 1900+

hour

int

hour component of mod date 0-23

minutes

int

minute component of mod date 0-59

seconds

int

second component of mod date 0-59

type

char[256]

type of file (if not set by DLL, DW will use file extension to determine type, as it does now)

size

int

in bytes